home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Disk / moni / FileX-src.lha / FileX-src / calc_protos.h < prev    next >
Text File  |  1994-08-28  |  133b  |  11 lines

  1. /* Prototypes for functions defined in
  2. calc.c
  3.  */
  4.  
  5. BOOL CalcOverflow(char * , UWORD );
  6.  
  7. BOOL OpenCalc(void);
  8.  
  9. void CloseCalc(void);
  10.  
  11.